На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
общая лексика
векторный процессор
компьютер, имеющий набор команд для одновременных вычислений над одномерными массивами цифровых данных (векторов). Различие между векторным процессором и матричным в том, что хотя они и решают похожие задачи, но в векторном процессоре вектор целиком передаётся в специальный функциональный блок, тогда как в матричном процессоре каждый элемент вектора посылается в отдельное арифметическое устройство
Смотрите также
общая лексика
обработка векторных данных
разговорное выражение
обработка векторов
Смотрите также
In computing, a vector processor or array processor is a central processing unit (CPU) that implements an instruction set where its instructions are designed to operate efficiently and effectively on large one-dimensional arrays of data called vectors. This is in contrast to scalar processors, whose instructions operate on single data items only, and in contrast to some of those same scalar processors having additional single instruction, multiple data (SIMD) or SWAR Arithmetic Units. Vector processors can greatly improve performance on certain workloads, notably numerical simulation and similar tasks. Vector processing techniques also operate in video-game console hardware and in graphics accelerators.
Vector machines appeared in the early 1970s and dominated supercomputer design through the 1970s into the 1990s, notably the various Cray platforms. The rapid fall in the price-to-performance ratio of conventional microprocessor designs led to a decline in vector supercomputers during the 1990s.